convert

open override fun convert(containerBuilder: QueryContainerBuilder): RequestBody

Converter for the request body, gets the GraphQL query from the method annotation and constructs a GraphQL request body to send over the network.

Parameters

containerBuilder

The constructed builder method of your query with variables